Parameters
- row
- Row index.
- rowData
- The buffer to read data from.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if row is less than 0 or row is more or equal than the image height or offset is less than 0 or rowData does not have enough space for storing the data. |
System.ArgumentNullException | Thrown if rowData is null. |
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5